HipAudioBinding

Undocumented in source.

Members

Static variables

getClip
IHipAudioClip function() getClip;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
getSource
AHipAudioSource function(bool isStreamed = false, IHipAudioClip clip = null) getSource;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
loadStreamed
IHipAudioClip function(string path, uint chunkSize = ushort.max + 1) loadStreamed;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pause
bool function(AHipAudioSource src) pause;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
play_streamed
bool function(AHipAudioSource src) play_streamed;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
updateStream
void function(AHipAudioSource source) updateStream;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta